func os.readIntLE

2 uses

	os (current package)
		dir_unix.go#L159: 	return readIntLE(b[off:], size), true
		dir_unix.go#L181: func readIntLE(b []byte, size uintptr) uint64 {